home *** CD-ROM | disk | FTP | other *** search
/ El Mac 8 / El Mac 8.iso / Shareware / Sound / MGProfCompiler 1.2.1 / profile sources / QTMI.s < prev    next >
Encoding:
Text File  |  1996-03-25  |  1.8 KB  |  88 lines  |  [TEXT/AEDT]

  1. //
  2. // MG Profile Compiler sample source file
  3. // Copyright (c) 1995-96 by TONTATA
  4. //
  5.  
  6. FILE($PROFFOLDER$ "QTMI Profile"){
  7.     /*************************************** deffinition of 'vers' */
  8. #include    "version.s"
  9.     /*************************************** deffinition of 'Exdf' */
  10.     /*************************************** deffinition of 'Midi' */
  11.     /*************************************** deffinition of 'PNam' */
  12.     PNam("QTMI sound set"){
  13.         "00:Acoustic Grand Piano",
  14.         "04:Rhodes Piano",
  15.         "06:Harpsichord",
  16.         "07:Clavinet",
  17.         "0B:Vibraphone",
  18.         "0C:Marimba",
  19.         "10:Hammond Organ",
  20.         "14:Reed Organ",
  21.         "18:Acoustic Nylon Guitar",
  22.         "1E:Distortion Guitar",
  23.         "-",
  24.         "21:Electric Bass Fingered",
  25.         "24:Slap Bass 1",
  26.         "28:Violin",
  27.         "2F:Timpani",
  28.         "30:Acoustic String Ensemble",
  29.         "34:Aah Choir",
  30.         "37:Orchestra Hit",
  31.         "38:Trumpet",
  32.         "3C:French Horn",
  33.         "-",
  34.         "41:Alto Sax",
  35.         "44:Oboe",
  36.         "47:Clarinet",
  37.         "49:Flute",
  38.         "4B:Pan flute",
  39.         "4E:Whistle",
  40.         "51:Saw Wave",
  41.         "56:5th Saw Wave",
  42.         "58:Fantasy",
  43.         "59:Warm",
  44.         "5A:Polysynth",
  45.         "-",
  46.         "68:Sitar",
  47.         "69:Banjo",
  48.         "71:Agogo",
  49.         "72:Steel Drums",
  50.         "75:Melodic Tom",
  51.         "77:Reverse Cymbal",
  52.         "7A:Seashore",
  53.         "7B:Bird Tweet",
  54.         "7C:Telephone Ring",
  55.         "7D:Helicopter",
  56.         "7F:Gunshot"
  57.     };
  58.  
  59.     /*************************************** deffinition of 'NNam' */
  60.     NNam("QTMI percussion map"){
  61.         "23:acoustic bass drum",
  62.         "24:bass drum 1",
  63.         "25:side stick",
  64.         "26:acoustic snare",
  65.         "27:hand clap",
  66.         "28:electric snare",
  67.         "29:Low floor tom",
  68.         "2A:closed hi-hat",
  69.         "2C:pedal hi-hat",
  70.         "2E:open hi-hat",
  71.         "36:tambourine",
  72.         "38:cowbell",
  73.         "3C:hi bongo",
  74.         "3D:low bongo",
  75.         "3E:mute hi conga",
  76.         "3F:open hi conga",
  77.         "41:high timbale",
  78.         "47:short whistle",
  79.         "49:short guiro",
  80.         "4A:long guiro",
  81.         "4C:hi wood block",
  82.         "4E:mute cuica",
  83.         "4F:open cuica",
  84.         "50:mute triangle",
  85.         "51:open triangle"
  86.     };
  87. };
  88.